From 35b8ac337db57ee3d998588c46f66d6048c4e0ee Mon Sep 17 00:00:00 2001 From: Eduardo Bautista Date: Wed, 24 Sep 2014 01:33:35 -0500 Subject: [PATCH] Fit text within window in Safari when under 629px in width --- src/doc/stylesheets/all.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doc/stylesheets/all.css b/src/doc/stylesheets/all.css index 1f4cdca65..662c1f45a 100644 --- a/src/doc/stylesheets/all.css +++ b/src/doc/stylesheets/all.css @@ -60,6 +60,7 @@ main { -webkit-flex-direction: column; flex-direction: column; + width: 100%; max-width: 900px; margin-bottom: 10px; -- 2.30.2